From f73d8dba8fb6c74edc5359221243dcf3b855a5fa Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Wed, 24 Aug 2005 22:21:24 +0000 Subject: [PATCH] Update error message. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c index ee41bdffe6..96ac00672f 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c @@ -1084,7 +1084,8 @@ static void watch_for_status(struct xenbus_watch *watch, const char *node) "sector-size", "%lu", §or_size, NULL); if (err) { - xenbus_dev_error(info->xbdev, err, "reading backend fields"); + xenbus_dev_error(info->xbdev, err, + "reading backend fields at %s", watch->node); return; } -- 2.30.2